-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: search should work as (term1 and term2) #3865
Conversation
Quality Gate passedIssues Measures |
I can't get it to work in prev (no. 3865). testdata in DEV: |
gives the desired results? |
The filter works well and gives the same answer whether you put "termA termB" or "termB termA", only I just need to check why testvarNoRepeats is now shown (not aware that the word 'mother' is used on that one, but I'll check). |
The search looks in columns of Variables table (and its superclass) as well as in the columns of the ontology terms that are referred (e.g. if the word is in description of an areas of information than it will be found) |
Actually, keyword=Language also matches 'mother', see https://preview-emx2-pr-3865.dev.molgenis.org/CatalogueOntologies/tables/#/Keywords and then search for 'mother' because of 'mother tongue' So not a bug in software unless we want to reduce the query expansion to exclude the descriptions of keywords. |
Tested in prev 3865. |
closes #3850
What are the main changes you did:
how to test:
todo: